A tween sequence entry record specifies when a tween in a tween sequence ends. Each tween in a tween sequence begins after the previous tween ends or, for the first tween in the sequence, at the beginning of the tween duration.
Because there can be more than one data set for a tween, the data structure includes a field for the data atom ID as well as the tween atom ID.
struct TweenSequenceEntryRecord {
Fixed endPercent;
QTAtomID tweenAtomID;
QTAtomID dataAtomID;
};
typedef struct TweenSequenceEntryRecord TweenSequenceEntryRecord;
| Previous | Chapter Contents | Chapter Top | Next |